* Makefile.in (src/paths.h): Edit the `infodir' variable into this
authorJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 06:18:24 +0000 (06:18 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 06:18:24 +0000 (06:18 +0000)
commit8b14d296745fb3203c0d518256ab0dcb423ddd4d
treef6fc023ce5c201ed853e566fe5954286f4639222
parent2e694846ebc3df12b7f2f99ce1178821a5ce004a
* Makefile.in (src/paths.h): Edit the `infodir' variable into this
too, as the value of the PATH_INFO macro.

* Makefile.in (install): Split this into `install' and
`do-install', to give people more control over exactly what gets
done.
(do-install): New target, containing the guts of `install'.  Don't
remove and recreate the directories inside the copying loop - do
it all before the copying loop.  Pass more flags to the lib-src
make.
(mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
avoid errors and warnings.
Makefile.in